Chart of Ellipse Equations

In this chart,

  • a is always the semi-major axis length.
  • b is always the semi-minor axis length.
  • r is the length from a focal point to some point on the ellipse.
  • r may also be used as a function of some other variable, t or θ.
  • Both t and θ are angles and will vary from 0 to 2π.
  • The center point is (h,k).
  • x and y are the Cartesian axis coordinates.
  • c is a half focal length, where the focal length is the distance between foci.
  • d is the distance from the directrix to some point on the ellipse.
  • d and r when used as lengths have to be used together to reference the same point.
  • e is the eccentricity.
  • The directrix is d units in a direction that puts it outside the ellipse and perpendicular to the major axis.

A generally useful equation to relate many of these distances: e=ca=rd=1b2a2

Shape Type Equation Notes
Tall Cartesian (xh)2b2+(yk)2a2=1 center:(h,k)
Tall Polar r(θ)=ed(1±esin(θ)) top focal point (+)
bottom focal point (-)
Tall Parametric x(θ)=edcosθ(1±esin(θ)) y(θ)=edsinθ(1±esin(θ)) top focal point (+)
bottom focal point (-)
Rotated Parametric (xy)=[cosϕ sinϕsinϕ cosϕ](edcosθ(1esin(θ))edsinθ(1esin(θ))) ϕ is the angle of rotation and the equation implies matrix multiplication.
Rotated Parametric (xy)=(hk)+acos(θ)(uxuy)+bsin(θ)(vxvy) u is the “unit” direction vector of the principle axis and v is orthogonal to u.
Wide Cartesian (xh)2a2+(yk)2b2=1 center:(h,k)
Wide Polar r(θ)=ed(1±ecos(θ)) top focal point (+)
bottom focal point (-)